home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / ImagesEx2.wo / ImagesEx2.wos < prev   
Encoding:
Text File  |  1996-01-22  |  207 b   |  11 lines

  1. - todaysImage
  2. {
  3.     id now;
  4.     id dayNum;
  5.  
  6.     now = [NSCalendarDate date];
  7.     dayNum = [NSNumber numberWithInt:[now dayOfWeek]];
  8.     return [NSString stringWithFormat:@"../Images/Day%@.gif", dayNum ];
  9. }
  10.  
  11.